Skip to content

Feature/188 add the location to the reservoirs#194

Merged
brauliodiez merged 4 commits intomainfrom
feature/188-add-the-location-to-the-reservoirs
Mar 9, 2026
Merged

Feature/188 add the location to the reservoirs#194
brauliodiez merged 4 commits intomainfrom
feature/188-add-the-location-to-the-reservoirs

Conversation

@zumaichi
Copy link
Collaborator

@zumaichi zumaichi commented Mar 5, 2026

implementada la ubicacion debajo de la descripcion copn imagen

@zumaichi
Copy link
Collaborator Author

zumaichi commented Mar 5, 2026

veo q dio un error , dejame q lo revise y vuelva a hacer la pr

@zumaichi
Copy link
Collaborator Author

zumaichi commented Mar 5, 2026

ahora si pasa los test

@zumaichi zumaichi requested a review from manudous March 5, 2026 19:50
Comment on lines 162 to 165
expect(result).toMatchObject({
nombre: "La Viñuela",
currentVolume: 750,
totalCapacity: 1500,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cambia este test y usa el toEqual

 expect(result).toEqual({
      nombre: "La Viñuela",
      currentVolume: 750,
      totalCapacity: 1500,
      measurementDate: "15/06/2024",
      datosEmbalse: {
        cuenca: "Mediterránea",
        provincia: "Málaga",
        uso: "",
        mapUrl: "",
      },
      reservoirInfo: undefined,
    });

@brauliodiez brauliodiez merged commit a7c9601 into main Mar 9, 2026
1 check passed
@brauliodiez brauliodiez deleted the feature/188-add-the-location-to-the-reservoirs branch March 9, 2026 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants